home *** CD-ROM | disk | FTP | other *** search
-
- struct SaveA5Rec {
- Ptr oldA5;
- Ptr oldCurrentA5;
- };
-
- typedef struct SaveA5Rec SaveA5Rec;
-
- #ifdef __cplusplus
- extern "C" {
- #endif
- void* GetA0(void) = {0x2008};
-
- pascal void UseGlobals(SaveA5Rec*);
-
- pascal void CopyHostQD(GrafPtr* thePort, void* oldA5);
-
- pascal void DoneWithGlobals(const SaveA5Rec*);
-
- #ifdef __cplusplus
- }
- #endif
-